projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41952fd
)
Use separators instead of hseparators
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jun 2011 01:29:01 +0000
(21:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jun 2011 01:29:01 +0000
(21:29 -0400)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 6df0fe4f2133607946578ef98254e59e54e3a889..e68648589a462a2244d125d77a22606ff840ad5f 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-2673,7
+2673,7
@@
create_saved_position (GtkWidget *widget)
g_object_set_data (G_OBJECT (window), "y", y_label);
any =
- g_object_new (gtk_
h
separator_get_type (),
+ g_object_new (gtk_separator_get_type (),
"GtkWidget::visible", TRUE,
NULL);
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);